home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Objrepos / PASSWORD.DFM / PASSWORD.txt
Text File  |  2001-05-22  |  825b  |  48 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password Dialog'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 8
  14.     Top = 9
  15.     Width = 76
  16.     Height = 13
  17.     Caption = 'Enter password:'
  18.   end
  19.   object Password: TEdit
  20.     Left = 8
  21.     Top = 27
  22.     Width = 217
  23.     Height = 21
  24.     PasswordChar = '*'
  25.     TabOrder = 0
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 70
  29.     Top = 59
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 150
  39.     Top = 59
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.